The output isn't simply filtered, but also reordered!
Assuming the arc above is in a file called
<filename>lima_rd.txt</filename>, the following command line
would include only points within one mile of the section of Lima Road
-covered by the arc.
+covered by the arc. The output is reordered by distance to the arc,
+closest points first.
+
</para>
<para><userinput>gpsbabel -i geo -f 1.loc -x arc,file=lima_rd.txt,distance=1 -o mapsend -F 2.wpt</userinput></para>
</example>